home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / cenvid9.zip / CENVI.DOC < prev    next >
Text File  |  1994-03-09  |  54KB  |  1,014 lines

  1.                     CEnvi Shareware Manual, Chapter 1:
  2.                        CEnvi Unregistered Shareware
  3.  
  4.                      CEnvi unregistered version 1.009
  5.                                9 March 1994
  6.  
  7.                        CEnvi Shareware User's Manual
  8.  
  9.           Copyright 1993, Nombas, All Rights Reserved.
  10.           Published by Nombas, P.O. Box 875, Medford, MA 02155 USA
  11.           (617)391-6595
  12.  
  13.           Thank you for trying this shareware version of CEnvi from Nombas,
  14.           a member of the Association of Shareware Professionals (ASP).
  15.  
  16. 1.  CEnvi Unregistered Shareware
  17.  
  18. 1.1.  Introduction to Cmm and CEnvi
  19.  
  20.           Cmm (C minus minus) is 'C' for the rest of us.  CEnvi runs Cmm
  21.           programs in the DOS, Windows, OS/2, NT, Unix, etc...
  22.           environments.  Together, CEnvi and Cmm make the power and
  23.           flexibility of the C programming language part of every computer
  24.           user's environment, without the hardware, time, and programmer
  25.           resources needed for developing full-blown C programs.
  26.  
  27.           With CEnvi and Cmm, anyone can take control of their computer
  28.           environment.  C is not just for programming nerds anymore.  CEnvi
  29.           utilites, macros, batch files, and scripts can quickly be
  30.           created, shared, and modified among all computer users,
  31.           professional and amateur alike.
  32.  
  33.           CEnvi can be incorporated at a pace that is comfortable to you:
  34.           you may only want to use CEnvi code set up by a more experienced
  35.           user, you may want to enhance existing batch files with a line or
  36.           two of CEnvi code, or you may write complete utilities using
  37.           CEnvi.
  38.  
  39. 1.2.  CEnvi unregistered shareware version
  40.  
  41.           This package is the unregistered shareware version of CEnvi.
  42.           Nombas provides this unregistered shareware version of CEnvi so
  43.           that you can try the program for a while before deciding whether
  44.           to buy.  If, after a few weeks of using using this product, you
  45.           think CEnvi will be useful to you and/or your organization then
  46.           use the registration form at the end of this document (or see the
  47.           file: REGISTER.DOC) to register CEnvi.
  48.  
  49. 1.2.1   Why you should register
  50.  
  51.           If you register, then you will receive:
  52.             *The latest version of CEnvi for all supported platforms
  53.               (currently DOS, OS/2, and Windows, with NT support expected
  54.               soon) without the annoying "Please Register" reminder.
  55.             *The CEnvi user's manual (almost 100 pages, including a
  56.               description of the Cmm programming language, a tutorial for
  57.               those who have never programmed, and descriptions and
  58.               examples of the nearly 150 functions included in the CEnvi
  59.               library).
  60.             *Free incremental electronic downloads for new versions of
  61.               CEnvi for all supported operating systems.
  62.             *Unlimited support from Nombas and CEnvi/Cmm users through
  63.               CompuServe (72212,1622), internet (bsn@world.std.com), the
  64.               cenvi-cmm e-mail mailing list (cenvi-cmm@world.std.com), and
  65.               the Nombas BBS (617-391-6595).
  66.             *Access to the growing list of CEnvi utilities and libraries
  67.               (some of which are included in this unregistered shareware
  68.               package, and others are contributed by Nombas and CEnvi/Cmm
  69.               users to the electronic locations described above).
  70.             *Discounts for additional registered version of CEnvi to use
  71.               within your organization.
  72.  
  73. 1.2.2   How to register
  74.  
  75.           See the REGISTER.DOC document that is included with this package
  76.           (and is also duplicated at the end of this document), to purchase
  77.           a registered version of CEnvi.
  78.  
  79. 1.3.  Installing CEnvi, documents, and sample files
  80.  
  81.           To install this package for evaluation
  82.             * Create a directory and then copy all of these files into that
  83.               directory.
  84.             * From within that directory execute CEnvi.exe.
  85.             * At the CEnvi "Code:" prompt enter "Install.cmm" to execute
  86.               the Install program (which is written in Cmm).
  87.             * You may then test CEnvi by trying out the included example
  88.               files and by creating CEnvi code of your own.
  89.  
  90.           For DOS and OS/2 versions, the install.cmm program will set up
  91.           the PATH environment variable to include the directory you
  92.           installed the files in, and will also set the CMMPATH environment
  93.           variable to this directory.  For Windows, install will add the
  94.           CMMPATH profile value in WIN.INI (in the [CEnvi] section), and
  95.           will also add the CMM file extension to the [Extensions] section
  96.           in WIN.INI.
  97.  
  98. 1.3.1   4DOS and 4OS2 users - .cmm executable extension
  99.  
  100.           4DOS and 4OS2 users can directly execute .cmm files by
  101.           associating the .cmm file extension with your CEnvi executable.
  102.           Assuming the CEnvi.exe is in the c:\CENVID directory, then a 4DOS
  103.           user would want to add this line to AUTOEXEC.BAT:
  104.               SET .cmm=C:\CENVID\CEnvi.exe
  105.  
  106. 1.4.  Removing CEnvi unregistered shareware
  107.  
  108.           If, after testing CEnvi for a few weeks, you choose not to
  109.           register this version of CEnvi, then you should remove the
  110.           program from your computer.  (Also please consider telling Nombas
  111.           why CEnvi did not suit your needs; we need such feedback if we
  112.           are to improve the product.)
  113.  
  114.           For all operating systems, the first step for removing CEnvi is
  115.           to delete all the CEnvi files and the directory that you copied
  116.           the files to.  The next step depends on your operating system:
  117.  
  118. 1.4.1   DOS de-installation
  119.  
  120.           Install.cmm made two changes to C:\AUTOEXEC.BAT: the directory
  121.           that CEnvi was in will have been added to your PATH statement,
  122.           and the CMMPATH environment variable will have been added.  To
  123.           de-install CEnvi you must remove the CEnvi directory from the
  124.           PATH statement and you must also delete the "SET CMMPATH=..."
  125.           line.
  126.  
  127. 1.4.2   OS/2 de-installation
  128.  
  129.           Install.cmm made two changes to C:\CONFIG.SYS: the directory that
  130.           CEnvi was in will have been added to your PATH statement, and the
  131.           CMMPATH environment variable will have been added.  To de-install
  132.           CEnvi you must remove the CEnvi directory from the PATH statement
  133.           and you must also delete the "SET CMMPATH=..." line.
  134.  
  135. 1.4.3   Windows de-installation
  136.  
  137.           Install.cmm made two changes to WIN.INI: the CMM profile
  138.           extension was added and the CMMPATH profile string was created.
  139.           To de-install CEnvi you must edit WIN.INI (with NOTEPAD.EXE for
  140.           example) and remove from the [Extensions] section a line similar
  141.           to this:
  142.                CMM=C:\CENVI\CENVI.EXE ^.CMM
  143.           and also remove these line (or lines much like these) from
  144.           WIN.INI:
  145.                [CEnvi]
  146.                CMMPATH=E:\NOMBAS\CENVI\EXAMPLES.WIN
  147.  
  148. 1.5.  Using this package
  149.  
  150. 1.5.1   Unregistered CEnvi shareware executable
  151.  
  152.           The executable in this package, named CEnvi.EXE, is identical to
  153.           the registered version of CEnvi at the time this package was
  154.           created with one exception: this unregistered shareware version
  155.           will occasionally put up a screen to remind you to register your
  156.           copy of CEnvi (see the bottom of this document or REGISTER.DOC).
  157.           Nombas has spent, and will continue to spend, time and resources
  158.           developing and supporting CEnvi and Cmm.  Without your honest
  159.           support Nombas cannot improve and support CEnvi (and pay
  160.           mortgage, feed the kids, pay the doctor, etc...).
  161.  
  162.           It is likely that months have elapsed since this shareware
  163.           package has been put together (see date at the top of this file).
  164.